home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / abort < prev    next >
Text File  |  2001-03-21  |  726b  |  24 lines

  1. Synopsis:
  2.    abort [<filename>]
  3.  
  4. Description:
  5.    This command causes two things to happen, after which the client exits
  6.    immediately.
  7.  
  8.    First, a SAVE is performed, with the data dumped either to the specified
  9.    file, or to "irc.aborted" if none.  Second, it will drop a core file in
  10.    the current directory.
  11.  
  12.    This command is used mainly for debugging purposes.
  13.  
  14. See Also:
  15.    quit(1); save(5)
  16.  
  17. Restrictions:
  18.    The core file will only be produced if the EPIC_DEBUG #define is enabled
  19.    in the source file config.h at compile time.  It is disabled by default.
  20.  
  21. Other Notes:
  22.    Although it uses SAVE, this command will not clobber the .ircrc file,
  23.    unless it happens to be the filename specified.
  24.